home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_1100_mainPage / frame_1 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  122 b   |  9 lines

  1. if(!_global.firstTimeMainPage)
  2. {
  3.    _global.firstTimeMainPage = true;
  4. }
  5. else
  6. {
  7.    this.gotoAndStop("beginEnd");
  8. }
  9.